home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / LOCALMFC.PAK / LOCALIZE.RC < prev    next >
Text File  |  1997-05-06  |  3KB  |  130 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3.  
  4. // This is a part of the Microsoft Foundation Classes C++ library.
  5. // Copyright (C) 1992-1994 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Microsoft Foundation Classes Reference and the
  10. // Books Online documentation provided with the library.
  11. // See these sources for detailed information regarding the
  12. // Microsoft Foundation Classes product.
  13.  
  14. #include "resource.h"
  15.  
  16. #define APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////
  18. //
  19. // Generated from the TEXTINCLUDE 2 resource.
  20. //
  21. #include "afxres.h"
  22.  
  23. /////////////////////////////////////////////////////////////////////////////////////
  24. #undef APSTUDIO_READONLY_SYMBOLS
  25.  
  26. #ifdef APSTUDIO_INVOKED
  27. //////////////////////////////////////////////////////////////////////////////
  28. //
  29. // TEXTINCLUDE
  30. //
  31.  
  32. 1 TEXTINCLUDE DISCARDABLE
  33. BEGIN
  34.     "resource.h\0"
  35. END
  36.  
  37. 2 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39.     "#include ""afxres.h""\r\n"
  40.     "\0"
  41. END
  42.  
  43. 3 TEXTINCLUDE DISCARDABLE
  44. BEGIN
  45.     "#include ""localize.rc2""  // non-App Studio edited resources\r\n"
  46.     "#if 0\r\n"
  47.     "#include "".\\tlb16\\localize.tlb""  // 16-bit: force dependency on .TLB file\r\n"
  48.     "#endif\r\n"
  49.     "\0"
  50. END
  51.  
  52. /////////////////////////////////////////////////////////////////////////////////////
  53. #endif    // APSTUDIO_INVOKED
  54.  
  55.  
  56. //////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Icon
  59. //
  60.  
  61. IDI_ABOUTDLL            ICON    DISCARDABLE     "LOCALIZE.ICO"
  62.  
  63. //////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Bitmap
  66. //
  67.  
  68. IDB_LOCALIZE            BITMAP  DISCARDABLE     "LOCALCTL.BMP"
  69.  
  70. //////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_ABOUTBOX_LOCALIZE DIALOG DISCARDABLE  34, 22, 260, 55
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  77. CAPTION "About Localize Control"
  78. FONT 8, "MS Sans Serif"
  79. BEGIN
  80.     ICON            IDI_ABOUTDLL,IDC_STATIC,10,10,20,20
  81.     LTEXT           "Localize Control, Version 1.0",IDC_STATIC,40,10,170,8
  82.     LTEXT           "Copyright \251 1994, Microsoft Corporation",IDC_STATIC,
  83.                     40,25,170,8
  84.     DEFPUSHBUTTON   "OK",IDOK,220,10,32,14,WS_GROUP
  85. END
  86.  
  87. IDD_PROPPAGE_LOCALIZE DIALOG DISCARDABLE  0, 0, 250, 62
  88. STYLE WS_CHILD
  89. FONT 8, "MS Sans Serif"
  90. BEGIN
  91.     CONTROL         "&Invert",IDC_CHECK1,"Button",BS_AUTOCHECKBOX |
  92.                     WS_TABSTOP,10,10,90,11
  93. END
  94.  
  95.  
  96. //////////////////////////////////////////////////////////////////////////////
  97. //
  98. // String Table
  99. //
  100.  
  101. STRINGTABLE DISCARDABLE
  102. BEGIN
  103.     IDS_LOCALIZE            "Localize Control"
  104.     IDS_LOCALIZE_PPG        "Localize Property Page"
  105. END
  106.  
  107. STRINGTABLE DISCARDABLE
  108. BEGIN
  109.     IDS_LOCALIZE_PPG_CAPTION "General"
  110. END
  111.  
  112. STRINGTABLE DISCARDABLE
  113. BEGIN
  114.     IDS_CAPTION             "English"
  115. END
  116.  
  117.  
  118. #ifndef APSTUDIO_INVOKED
  119. ////////////////////////////////////////////////////////////////////////////////
  120. //
  121. // Generated from the TEXTINCLUDE 3 resource.
  122. //
  123. #include "localize.rc2"  // non-App Studio edited resources
  124. #if 0
  125. #include ".\tlb16\localize.tlb"  // 16-bit: force dependency on .TLB file
  126. #endif
  127.  
  128. /////////////////////////////////////////////////////////////////////////////////////
  129. #endif    // not APSTUDIO_INVOKED
  130.